[INFO] fetching crate try_convert 0.1.1...
[INFO] fixing try_convert-0.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate try_convert 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate try_convert 0.1.1
[INFO] finished tweaking crates.io crate try_convert 0.1.1
[INFO] tweaked toml for crates.io crate try_convert 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate try_convert 0.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding convert_case v0.6.0 (available: v0.11.0)
[INFO] [stderr]       Adding itertools v0.11.0 (available: v0.15.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c
[INFO] running `Command { std: "docker" "start" "52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking try_convert v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:150:6
[INFO] [stdout]     |
[INFO] [stdout] 150 | ) -> impl ToTokens {
[INFO] [stdout]     |      ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout]     |            ^
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |             ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:462:14
[INFO] [stdout]     |
[INFO] [stdout] 462 | ) -> Result<(impl ToTokens, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout]     |                            ^
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout]     |             ^
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:458:18
[INFO] [stdout]     |
[INFO] [stdout] 458 |     constructor: impl ToTokens,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 457 ~ fn process_fields<T: ToTokens>(
[INFO] [stdout] 458 ~     constructor: T,
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout] 462 ~ ) -> Result<(impl ToTokens + use<T>, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:462:33
[INFO] [stdout]     |
[INFO] [stdout] 462 | ) -> Result<(impl ToTokens, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout]     |                            ^
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout]     |             ^
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:458:18
[INFO] [stdout]     |
[INFO] [stdout] 458 |     constructor: impl ToTokens,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 457 ~ fn process_fields<T: ToTokens>(
[INFO] [stdout] 458 ~     constructor: T,
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout] 462 ~ ) -> Result<(impl ToTokens, Vec<impl ToTokens + use<T>>), Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:150:6
[INFO] [stdout]     |
[INFO] [stdout] 150 | ) -> impl ToTokens {
[INFO] [stdout]     |      ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout]     |            ^
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |             ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:462:14
[INFO] [stdout]     |
[INFO] [stdout] 462 | ) -> Result<(impl ToTokens, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout]     |                            ^
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout]     |             ^
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:458:18
[INFO] [stdout]     |
[INFO] [stdout] 458 |     constructor: impl ToTokens,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 457 ~ fn process_fields<T: ToTokens>(
[INFO] [stdout] 458 ~     constructor: T,
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout] 462 ~ ) -> Result<(impl ToTokens + use<T>, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:462:33
[INFO] [stdout]     |
[INFO] [stdout] 462 | ) -> Result<(impl ToTokens, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout]     |                            ^
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout]     |             ^
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:458:18
[INFO] [stdout]     |
[INFO] [stdout] 458 |     constructor: impl ToTokens,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 457 ~ fn process_fields<T: ToTokens>(
[INFO] [stdout] 458 ~     constructor: T,
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout] 462 ~ ) -> Result<(impl ToTokens, Vec<impl ToTokens + use<T>>), Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:150:6
[INFO] [stdout]     |
[INFO] [stdout] 150 | ) -> impl ToTokens {
[INFO] [stdout]     |      ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout]     |            ^
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |             ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:462:14
[INFO] [stdout]     |
[INFO] [stdout] 462 | ) -> Result<(impl ToTokens, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout]     |                            ^
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout]     |             ^
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:458:18
[INFO] [stdout]     |
[INFO] [stdout] 458 |     constructor: impl ToTokens,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 457 ~ fn process_fields<T: ToTokens>(
[INFO] [stdout] 458 ~     constructor: T,
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout] 462 ~ ) -> Result<(impl ToTokens + use<T>, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl quote::ToTokens` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/lib.rs:462:33
[INFO] [stdout]     |
[INFO] [stdout] 462 | ) -> Result<(impl ToTokens, Vec<impl ToTokens>), Error> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, these lifetimes are in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/lib.rs:459:28
[INFO] [stdout]     |
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout]     |                            ^
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout]     |             ^
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:458:18
[INFO] [stdout]     |
[INFO] [stdout] 458 |     constructor: impl ToTokens,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 457 ~ fn process_fields<T: ToTokens>(
[INFO] [stdout] 458 ~     constructor: T,
[INFO] [stdout] 459 |     from_var_ident: Option<&Ident>,
[INFO] [stdout] 460 |     fields: &Fields,
[INFO] [stdout] 461 |     error_name: &Ident,
[INFO] [stdout] 462 ~ ) -> Result<(impl ToTokens, Vec<impl ToTokens + use<T>>), Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/tests.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s
[INFO] [stderr] crater-edition-check: try_convert v0.1.1 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling try_convert v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0597]: `attrs` does not live long enough
[INFO] [stdout]    --> src/lib.rs:529:32
[INFO] [stdout]     |
[INFO] [stdout] 475 |         let mut attrs = get_attributes(attrs)
[INFO] [stdout]     |             --------- binding `attrs` declared here
[INFO] [stdout] ...
[INFO] [stdout] 529 |         for (i, field_attr) in attrs.iter().enumerate() {
[INFO] [stdout]     |                                ^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 585 |     }
[INFO] [stdout]     |     - `attrs` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 605 |     Ok((constructor, error_variants))
[INFO] [stdout]     |                      -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:540:41
[INFO] [stdout]     |
[INFO] [stdout] 540 |                     error_variants.push(generate_error_variant(error, &None, description.clone()));
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `error` does not live long enough
[INFO] [stdout]    --> src/lib.rs:551:68
[INFO] [stdout]     |
[INFO] [stdout] 547 |                         let error = transform
[INFO] [stdout]     |                             ----- binding `error` declared here
[INFO] [stdout] ...
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                                                                    ^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 554 |                     }
[INFO] [stdout]     |                     - `error` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 606 | }
[INFO] [stdout]     | - borrow might be used here, when `error_variants` is dropped and runs the `Drop` code for type `Vec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: values in a scope are dropped in the opposite order they are defined
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:551:45
[INFO] [stdout]     |
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0506]: cannot assign to `title` because it is borrowed
[INFO] [stdout]    --> src/lib.rs:560:21
[INFO] [stdout]     |
[INFO] [stdout] 560 |                     title = format_ident!("{title}To{}", to_pascal_case(&to));
[INFO] [stdout]     |                     ^^^^^ `title` is assigned to here but it was already borrowed
[INFO] [stdout] 561 |                     let error = transform.error.as_ref().unwrap_or(&title);
[INFO] [stdout]     |                                                                    ------ `title` is borrowed here
[INFO] [stdout] ...
[INFO] [stdout] 575 |                     error_variants.push(generate_error_variant(
[INFO] [stdout]     |                     -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `title` does not live long enough
[INFO] [stdout]    --> src/lib.rs:561:68
[INFO] [stdout]     |
[INFO] [stdout] 486 |         let (from_accessor, local_alias, mut title) = ident.clone().map_or_else(
[INFO] [stdout]     |                                          --------- binding `title` declared here
[INFO] [stdout] ...
[INFO] [stdout] 561 |                     let error = transform.error.as_ref().unwrap_or(&title);
[INFO] [stdout]     |                                                                    ^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 585 |     }
[INFO] [stdout]     |     - `title` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 605 |     Ok((constructor, error_variants))
[INFO] [stdout]     |                      -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/lib.rs:577:26
[INFO] [stdout]     |
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                         -------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 577 |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 578 |                         transform.description.clone(),
[INFO] [stdout] 579 |                     ));
[INFO] [stdout]     |                       - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `attrs` does not live long enough
[INFO] [stdout]    --> src/lib.rs:529:32
[INFO] [stdout]     |
[INFO] [stdout] 475 |         let mut attrs = get_attributes(attrs)
[INFO] [stdout]     |             --------- binding `attrs` declared here
[INFO] [stdout] ...
[INFO] [stdout] 529 |         for (i, field_attr) in attrs.iter().enumerate() {
[INFO] [stdout]     |                                ^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 585 |     }
[INFO] [stdout]     |     - `attrs` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 605 |     Ok((constructor, error_variants))
[INFO] [stdout]     |                      -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:540:41
[INFO] [stdout]     |
[INFO] [stdout] 540 |                     error_variants.push(generate_error_variant(error, &None, description.clone()));
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `error` does not live long enough
[INFO] [stdout]    --> src/lib.rs:551:68
[INFO] [stdout]     |
[INFO] [stdout] 547 |                         let error = transform
[INFO] [stdout]     |                             ----- binding `error` declared here
[INFO] [stdout] ...
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                                                                    ^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 554 |                     }
[INFO] [stdout]     |                     - `error` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 606 | }
[INFO] [stdout]     | - borrow might be used here, when `error_variants` is dropped and runs the `Drop` code for type `Vec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: values in a scope are dropped in the opposite order they are defined
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:551:45
[INFO] [stdout]     |
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0506]: cannot assign to `title` because it is borrowed
[INFO] [stdout]    --> src/lib.rs:560:21
[INFO] [stdout]     |
[INFO] [stdout] 560 |                     title = format_ident!("{title}To{}", to_pascal_case(&to));
[INFO] [stdout]     |                     ^^^^^ `title` is assigned to here but it was already borrowed
[INFO] [stdout] 561 |                     let error = transform.error.as_ref().unwrap_or(&title);
[INFO] [stdout]     |                                                                    ------ `title` is borrowed here
[INFO] [stdout] ...
[INFO] [stdout] 575 |                     error_variants.push(generate_error_variant(
[INFO] [stdout]     |                     -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `title` does not live long enough
[INFO] [stdout]    --> src/lib.rs:561:68
[INFO] [stdout]     |
[INFO] [stdout] 486 |         let (from_accessor, local_alias, mut title) = ident.clone().map_or_else(
[INFO] [stdout]     |                                          --------- binding `title` declared here
[INFO] [stdout] ...
[INFO] [stdout] 561 |                     let error = transform.error.as_ref().unwrap_or(&title);
[INFO] [stdout]     |                                                                    ^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 585 |     }
[INFO] [stdout]     |     - `title` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 605 |     Ok((constructor, error_variants))
[INFO] [stdout]     |                      -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/lib.rs:577:26
[INFO] [stdout]     |
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                         -------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 577 |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 578 |                         transform.description.clone(),
[INFO] [stdout] 579 |                     ));
[INFO] [stdout]     |                       - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `try_convert` (lib test) due to 5 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0506, E0597, E0716.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about an error, try `rustc --explain E0506`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0506, E0597, E0716.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0506`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `try_convert` (lib) due to 5 previous errors
[INFO] [stdout] error[E0597]: `attrs` does not live long enough
[INFO] [stdout]    --> src/lib.rs:529:32
[INFO] [stdout]     |
[INFO] [stdout] 475 |         let mut attrs = get_attributes(attrs)
[INFO] [stdout]     |             --------- binding `attrs` declared here
[INFO] [stdout] ...
[INFO] [stdout] 529 |         for (i, field_attr) in attrs.iter().enumerate() {
[INFO] [stdout]     |                                ^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 585 |     }
[INFO] [stdout]     |     - `attrs` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 605 |     Ok((constructor, error_variants))
[INFO] [stdout]     |                      -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:540:41
[INFO] [stdout]     |
[INFO] [stdout] 540 |                     error_variants.push(generate_error_variant(error, &None, description.clone()));
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `error` does not live long enough
[INFO] [stdout]    --> src/lib.rs:551:68
[INFO] [stdout]     |
[INFO] [stdout] 547 |                         let error = transform
[INFO] [stdout]     |                             ----- binding `error` declared here
[INFO] [stdout] ...
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                                                                    ^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 554 |                     }
[INFO] [stdout]     |                     - `error` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 606 | }
[INFO] [stdout]     | - borrow might be used here, when `error_variants` is dropped and runs the `Drop` code for type `Vec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: values in a scope are dropped in the opposite order they are defined
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:551:45
[INFO] [stdout]     |
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0506]: cannot assign to `title` because it is borrowed
[INFO] [stdout]    --> src/lib.rs:560:21
[INFO] [stdout]     |
[INFO] [stdout] 560 |                     title = format_ident!("{title}To{}", to_pascal_case(&to));
[INFO] [stdout]     |                     ^^^^^ `title` is assigned to here but it was already borrowed
[INFO] [stdout] 561 |                     let error = transform.error.as_ref().unwrap_or(&title);
[INFO] [stdout]     |                                                                    ------ `title` is borrowed here
[INFO] [stdout] ...
[INFO] [stdout] 575 |                     error_variants.push(generate_error_variant(
[INFO] [stdout]     |                     -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `title` does not live long enough
[INFO] [stdout]    --> src/lib.rs:561:68
[INFO] [stdout]     |
[INFO] [stdout] 486 |         let (from_accessor, local_alias, mut title) = ident.clone().map_or_else(
[INFO] [stdout]     |                                          --------- binding `title` declared here
[INFO] [stdout] ...
[INFO] [stdout] 561 |                     let error = transform.error.as_ref().unwrap_or(&title);
[INFO] [stdout]     |                                                                    ^^^^^^ borrowed value does not live long enough
[INFO] [stdout] ...
[INFO] [stdout] 585 |     }
[INFO] [stdout]     |     - `title` dropped here while still borrowed
[INFO] [stdout] ...
[INFO] [stdout] 605 |     Ok((constructor, error_variants))
[INFO] [stdout]     |                      -------------- borrow later used here
[INFO] [stdout]     |
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/lib.rs:577:26
[INFO] [stdout]     |
[INFO] [stdout] 551 |                         error_variants.push(generate_error_variant(&error, &None, None));
[INFO] [stdout]     |                         -------------- borrow later used here
[INFO] [stdout] ...
[INFO] [stdout] 577 |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ creates a temporary value which is freed while still in use
[INFO] [stdout] 578 |                         transform.description.clone(),
[INFO] [stdout] 579 |                     ));
[INFO] [stdout]     |                       - temporary value is freed at the end of this statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] note: this call may capture more lifetimes than intended, because Rust 2024 has adjusted the `impl Trait` lifetime capture rules
[INFO] [stdout]    --> src/lib.rs:575:41
[INFO] [stdout]     |
[INFO] [stdout] 575 |                       error_variants.push(generate_error_variant(
[INFO] [stdout]     |  _________________________________________^
[INFO] [stdout] 576 | |                         error,
[INFO] [stdout] 577 | |                         &Some(quote! { (<#to as TryFrom<#from>>::Error) }),
[INFO] [stdout] 578 | |                         transform.description.clone(),
[INFO] [stdout] 579 | |                     ));
[INFO] [stdout]     | |_____________________^
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |     fields: &Option<impl ToTokens>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 146 ~ fn generate_error_variant<T: ToTokens>(
[INFO] [stdout] 147 |     ident: &Ident,
[INFO] [stdout] 148 ~     fields: &Option<T>,
[INFO] [stdout] 149 |     description: Option<LitStr>,
[INFO] [stdout] 150 ~ ) -> impl ToTokens + use<T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0506, E0597, E0716.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0506`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `try_convert` (lib) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c", kill_on_drop: false }`
[INFO] [stdout] 52e66c96c92b7d12928e827f4ded74abe59fffe1b08157b9c305dd740095009c
